inherited FileDisplayPrefsFrame: TFileDisplayPrefsFrame HelpType = htKeyword HelpKeyword = 'File_View_Display_Options' Caption = 'File Display' inherited DefaultBtn: TUiButton TabOrder = 5 end object ElementsGroupBox: TUiGroupBox Left = 8 Top = 8 Width = 409 Height = 185 Caption = 'Elements' TabOrder = 0 object FGColorLbl: TUiLabel Left = 224 Top = 16 Height = 13 Caption = 'Text color:' FocusControl = FGColorEdit end object BGColorLbl: TUiLabel Left = 224 Top = 56 Height = 13 Caption = 'Background:' FocusControl = BGColorEdit end object EditedColorLbl: TUiLabel Left = 224 Top = 96 Height = 13 Caption = 'Edited:' FocusControl = EditedColorEdit end object SavedColorLbl: TUiLabel Left = 320 Top = 96 Height = 13 Caption = 'Saved:' FocusControl = SavedColorEdit end object ItemNumFontLbl: TUiLabel Left = 304 Top = 144 Width = 97 Height = 23 Alignment = taCenter AutoSize = False Caption = '123' Layout = tlCenter end object FontStyleLbl: TUiLabel Left = 224 Top = 104 Height = 13 Caption = 'Style:' FocusControl = FontStyleEdit end object DisplayElementsLB: TUiListBox Left = 8 Top = 20 Width = 209 Height = 153 ItemHeight = 13 TabOrder = 0 OnClick = DisplayElementsLBClick end object FGColorEdit: TUiColorEdit Left = 224 Top = 32 Width = 177 Height = 21 TabOrder = 1 OnSelect = PaintStyleChange end object BGColorEdit: TUiColorEdit Left = 224 Top = 72 Width = 177 Height = 21 TabOrder = 2 OnSelect = PaintStyleChange end object UseStripesEdit: TUiCheckBox Left = 224 Top = 104 Height = 17 Caption = 'Use stripes' TabOrder = 3 OnClick = SomethingChangedClick end object StripeBGColorEdit: TUiColorEdit Left = 224 Top = 128 Width = 177 Height = 21 AllowDefault = False Selected = clBlack TabOrder = 4 OnSelect = PaintStyleChange end object EditedColorEdit: TUiColorEdit Left = 224 Top = 112 Width = 89 Height = 21 AllowDefault = False Selected = clBlack TabOrder = 5 OnSelect = PaintStyleChange end object SavedColorEdit: TUiColorEdit Left = 320 Top = 112 Width = 81 Height = 21 AllowDefault = False Selected = clBlack TabOrder = 6 OnSelect = PaintStyleChange end object ItemNumFontBtn: TUiButton Left = 224 Top = 144 Caption = 'Font...' TabOrder = 7 Visible = False OnClick = ItemNumFontClick AutoSize = asLeft end object FontStyleEdit: TUiComboBox Left = 224 Top = 120 Width = 177 Height = 19 Style = csOwnerDrawFixed ItemHeight = 13 TabOrder = 8 OnChange = PaintStyleChange OnDrawItem = FontStyleEditDrawItem end object CurOverUnderOnlyEdit: TUiCheckBox Left = 224 Top = 104 Width = 177 Height = 51 Caption = 'Only in over/under layout' TabOrder = 9 WordWrap = True OnClick = SomethingChangedClick AutoSize = asNone end object SelSystemEdit: TUiCheckBox Left = 224 Top = 104 Height = 17 Caption = 'Use system' TabOrder = 10 OnClick = SomethingChangedClick end end object EditorFontGroupBox: TUiGroupBox Left = 8 Top = 200 Width = 137 Height = 81 Caption = 'Editor font' TabOrder = 1 object EditorFontLbl: TUiLabel Left = 8 Top = 48 Width = 121 Height = 23 Alignment = taCenter AutoSize = False Caption = 'Sample Text' Layout = tlCenter end object EditorFontBtn: TUiButton Left = 8 Top = 20 Caption = '&Font...' TabOrder = 0 OnClick = EditorFontClick AutoSize = asLeft end end object ListFontGroupBox: TUiGroupBox Left = 152 Top = 200 Width = 129 Height = 81 Caption = 'Listing font' TabOrder = 2 object ListFontLbl: TUiLabel Left = 8 Top = 48 Width = 113 Height = 23 Alignment = taCenter AutoSize = False Caption = 'Sample Text' Layout = tlCenter end object ListFontBtn: TUiButton Left = 8 Top = 20 Caption = '&Font...' TabOrder = 0 OnClick = ListFontClick AutoSize = asLeft end end object HexFontGroupBox: TUiGroupBox Left = 288 Top = 200 Width = 129 Height = 81 Caption = 'Hex font' TabOrder = 3 object HexFontLbl: TUiLabel Left = 8 Top = 48 Width = 113 Height = 23 Alignment = taCenter AutoSize = False Caption = '89 FE DC BA' Layout = tlCenter end object HexFontBtn: TUiButton Left = 8 Top = 20 Caption = '&Font...' TabOrder = 0 OnClick = HexFontClick AutoSize = asLeft end end object MiscGroupBox: TUiGroupBox Left = 8 Top = 288 Width = 409 Height = 97 Caption = 'Miscellaneous' TabOrder = 4 object DimPctLbl: TUiLabel Left = 8 Top = 20 Height = 13 Caption = 'Dim inactive pane by:' FocusControl = DimPctEdit end object DimPctPctLbl: TUiLabel Left = 60 Top = 40 Height = 13 Caption = '%' FocusControl = DimPctEdit end object DimPctEdit: TUiSpinEdit Left = 8 Top = 36 Width = 49 Height = 21 Increment = 5 Max = 100 TabOrder = 0 OnChange = SomethingChangedClick end end end